CONTENTS | INDEX | PREV | NEXT
 FUNCTION
 Load & Hold a File in Memory

 SYNOPSIS
 LoadFile filename

 DESCRIPTION
 Loadfile is very simple.  It just loads a binary file into memory,
 and holds it there until CTRL-C is pressed. This lets you examine the
 file with a debugger, or Metascope or some such tool.  Useful for ROM
 work.